home *** CD-ROM | disk | FTP | other *** search
- Path: news.mira.net.au!news
- From: davidw@werple.net.au (David White)
- Newsgroups: comp.lang.c++
- Subject: Re: Urgent!
- Date: 1 Apr 1996 19:55:17 +1000
- Organization: Werple Internet, Melbourne
- Message-ID: <4jo965$725@werple.net.au>
- References: <315ECBAE.25FE@dmi.usherb.ca>
- NNTP-Posting-Host: werplez.mira.net.au
-
- Fadi <Fchalhoub@andrew.sca.usherb.ca> writes:
-
- >Hi!
- >where can I declare "
-
- > struct Student
- > {
- > int number;
- > char Name[31];
- > }
-
-
-
- >before main() or after?
-
- If it's used in 'main', declare it before 'main'. Why not just try it
- both ways and see what happens? It's the best way to learn.
-
- David White
- davidw@werple.mira.net.au
-
-